home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Frameworks / DropShell++ / Touch ƒ / Touch.r < prev    next >
Encoding:
Text File  |  1994-11-30  |  1.7 KB  |  31 lines  |  [TEXT/KAHL]

  1. #define SystemSevenOrLater 1
  2.  
  3. #include <Types.r>
  4. #include <SysTypes.r>
  5.  
  6. #include "dropshell templates.h"
  7. #include "dropshell constants.h"
  8.  
  9. resource 'flgs' (128) {
  10.     EnterFolders,
  11.     PassFolders,
  12.     dontEnterInvisibles,
  13.     dontPassInvisibles
  14. };
  15.  
  16. type 'tims' {
  17.     array TypeArray {
  18.         literal longint;    // granularity for one of the settings
  19.     };
  20. };
  21.  
  22. resource 'tims' (128) {
  23.     {1, 60, 3600, 43200, 86400, -1}
  24. };
  25.  
  26. resource 'STR ' (128, locked) {
  27.     "Touch preferences"
  28. };
  29.  
  30. resource 'STR ' (-16397) {
  31.     "This document describes user